home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2001 May
/
may_2001.iso
/
intercd
/
root
/
Html
/
^stIHEditor
/
setup.exe
/
{app}
/
tinyweb
/
CGITEST.ZIP
/
HELLO.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-10-22
|
352 b
|
17 lines
//////////////////////////////////////////////////////////////////////////
//
// CGI Testing Example
//
// Copyright (C) 1997 RIT Research Labs
//
//////////////////////////////////////////////////////////////////////////
#include <stdio.h>
void main(void)
{
printf("Content-Type: text/plain\n\n");
printf("Hello, world\n");
}